From: Alexander Mikhaylenko Date: Sat, 2 Jul 2022 22:26:18 +0000 (+0400) Subject: actionbar: Document GtkBuildable child types X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~3^2~81^2^2~87^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d42c51e27d0ce40e08381d5997c587c258eae1a8;p=gtk4.git actionbar: Document GtkBuildable child types --- diff --git a/gtk/gtkactionbar.c b/gtk/gtkactionbar.c index 9d7b312683..5405315029 100644 --- a/gtk/gtkactionbar.c +++ b/gtk/gtkactionbar.c @@ -47,6 +47,13 @@ * the full width of the box, even if the children at either side take * up different amounts of space. * + * # GtkActionBar as GtkBuildable + * + * The `GtkActionBar` implementation of the `GtkBuildable` interface supports + * adding children at the start or end sides by specifying “start” or “end” as + * the “type” attribute of a `` element, or setting the center widget + * by specifying “center” value. + * * # CSS nodes * * ```